projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b3ef57
)
tests: Add a test for link checkout speedup
author
Colin Walters
<walters@verbum.org>
Wed, 17 Jul 2013 23:47:40 +0000
(19:47 -0400)
committer
Colin Walters
<walters@verbum.org>
Wed, 17 Jul 2013 23:47:40 +0000
(19:47 -0400)
tests/test-basic.sh
patch
|
blob
|
history
diff --git
a/tests/test-basic.sh
b/tests/test-basic.sh
index a58a1fd73d50cb7f7ea4f4610f42e2a8a68fdb20..bb38434cbcc7b1c85d64d80304b30079535b2010 100755
(executable)
--- a/
tests/test-basic.sh
+++ b/
tests/test-basic.sh
@@
-19,7
+19,7
@@
set -e
-echo "1..3
4
"
+echo "1..3
5
"
. $(dirname $0)/libtest.sh
@@
-253,4
+253,9
@@
ostree --repo=repo refs > reflist
assert_not_file_has_content reflist '^test3$'
echo "ok reflist --delete"
+cd ${test_tmpdir}
+rm -rf test2-checkout
+$OSTREE checkout test2 test2-checkout
+(cd test2-checkout && $OSTREE commit --link-checkout-speedup -b test2 -s "tmp")
+echo "ok commit with link speedup"